home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / nc3165.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  17.5 KB  |  573 lines

  1. *PPD-Adobe: "4.2"
  2. *% 
  3. *% Copyright 1996 Oce-Nederland B.V., Venlo, The Netherlands
  4. *% All rights reserved
  5. *%
  6. *% Oce identification: CI=350 name=NC3165.PPD version=1.1 date=96-12-6
  7. *%
  8. *% Microsoft fixed Duplex
  9.  
  10. *FormatVersion: "4.2"
  11. *FileVersion: "1.1"
  12. *PCFileName: "NC3165.PPD"
  13. *Product: "(Oce3165NC)"
  14. *PSVersion: "(2014.071) 1"
  15. *ModelName: "Oce 3165 Network Copier"
  16. *NickName: "Oce 3165 Network Copier"
  17. *LanguageVersion: English
  18. *LanguageEncoding: ISOLatin1
  19.  
  20. *% Basic Capabilities =============================
  21. *FreeVM: "8388608"
  22. *LanguageLevel: "2"
  23. *ColorDevice: False
  24. *DefaultColorSpace: Gray
  25. *VariablePaperSize: False
  26. *FileSystem: True
  27. *?FileSystem: "
  28. save
  29.   (%disk%) currentdevparams dup /Writeable known
  30.   { /Writeable get {pop true} if
  31.   {(True)}{(False)} ifelse = flush
  32. restore"
  33. *End
  34.  
  35. *Throughput: "65"
  36. *Password: "0"
  37. *ExitServer: "
  38.  count 0 eq
  39.  { false } { true exch startjob } ifelse
  40.  not { 
  41.      (WARNING : Cannot modify initial VM.) = 
  42.      (Missing or invalid password.) = 
  43.      (Please contact the author of this software.) = flush quit
  44.      } if"
  45. *End
  46.  
  47. *Reset: "
  48.  count 0 eq
  49.  { false } { true exch startjob } ifelse
  50.  not {
  51.     (WARNING: Cannot reset printer.) =
  52.     (Missing or invalid password.) =
  53.     (Please contact the author of this software.) = flush quit
  54.     } if
  55.  systemdict /quit get exec
  56.  (WARNING : Printer Reset Failed.) = flush"
  57. *End
  58.  
  59. *%==========Resolution Information=========================
  60.  
  61. *DefaultResolution: 600dpi
  62. *OrderDependency: 10 AnySetup *Resolution
  63. *Resolution 600dpi: "1 dict dup /HWResolution [600 600] put setpagedevice"
  64. *?Resolution: "
  65.   save
  66.     currentpagedevice /HWResolution get
  67.     0 get
  68.     (          ) cvs print
  69.     (dpi)
  70.     = flush
  71.   restore"
  72. *End
  73.  
  74.  
  75. *% Paper Handling ==========================
  76. *OpenGroup: PaperHandling
  77. *OpenUI *PageSize: PickOne
  78. *OrderDependency: 30 AnySetup *PageSize
  79. *DefaultPageSize: A4
  80. *PageSize A4: "
  81.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  82. *End
  83. *PageSize A3: "
  84.     2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  85. *End
  86. *PageSize A5: "
  87.     2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
  88. *End
  89. *PageSize Folio: "
  90.     2 dict dup /PageSize [595 936] put dup /ImagingBBox null put setpagedevice"
  91. *End
  92. *PageSize Quarto: "
  93.     2 dict dup /PageSize [576 720] put dup /ImagingBBox null put setpagedevice"
  94. *End
  95. *PageSize Commercial: "
  96.     2 dict dup /PageSize [576 765] put dup /ImagingBBox null put setpagedevice"
  97. *End
  98. *PageSize Foolscap: "
  99.     2 dict dup /PageSize [576 936] put dup /ImagingBBox null put setpagedevice"
  100. *End
  101. *PageSize Letter: "
  102.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  103. *End
  104. *PageSize Legal: "
  105.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  106. *End
  107. *PageSize 11x17: "
  108.     2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  109. *End
  110. *PageSize SmallLegal: "
  111.     2 dict dup /PageSize [612 936] put dup /ImagingBBox null put setpagedevice"
  112. *End
  113. *PageSize Statement: "
  114.     2 dict dup /PageSize [396 612] put dup /ImagingBBox null put setpagedevice"
  115. *End
  116. *?PageSize: "
  117.  save
  118.    currentpagedevice /PageSize get aload pop
  119.    2 copy gt {exch} if 
  120.    (Unknown) 
  121.    10 dict begin
  122.       [595 842] (A4)  def
  123.       [842 1191] (A3)  def
  124.       [420 595] (A5)  def
  125.       [595 936] (Folio) def
  126.       [576 720] (Quarto) def
  127.       [576 765] (Commercial) def
  128.       [576 936] (Foolscap) def
  129.       [612 792] (Letter)  def
  130.       [612 1008] (Legal) def
  131.       [792 1224] (11x17) def
  132.       [612 936] (SmallLegal) def
  133.       [396 612] (Statement) def
  134.       currentdict
  135.    end
  136.    { exch aload pop 4 index sub abs 5 le exch 
  137.      5 index sub abs 5 le and 
  138.      {exch pop exit} {pop} ifelse
  139.    } bind forall
  140.    = flush pop pop
  141. restore"
  142. *End
  143. *CloseUI: *PageSize
  144.  
  145. *OpenUI *PageRegion: PickOne
  146. *OrderDependency: 40 AnySetup *PageRegion
  147. *DefaultPageRegion: A4
  148. *PageRegion A4: "
  149.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  150. *End
  151. *PageRegion A3: "
  152.     2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  153. *End
  154. *PageRegion A5: "
  155.     2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
  156. *End
  157. *PageRegion Folio: "
  158.     2 dict dup /PageSize [595 936] put dup /ImagingBBox null put setpagedevice"
  159. *End
  160. *PageRegion Quarto: "
  161.     2 dict dup /PageSize [576 720] put dup /ImagingBBox null put setpagedevice"
  162. *End
  163. *PageRegion Commercial: "
  164.     2 dict dup /PageSize [595 765] put dup /ImagingBBox null put setpagedevice"
  165. *End
  166. *PageRegion Foolscap: "
  167.     2 dict dup /PageSize [576 936] put dup /ImagingBBox null put setpagedevice"
  168. *End
  169. *PageRegion Letter: "
  170.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  171. *End
  172. *PageRegion Legal: "
  173.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  174. *End
  175. *PageRegion 11x17: "
  176.     2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  177. *End
  178. *PageRegion SmallLegal: "
  179.     2 dict dup /PageSize [612 936] put dup /ImagingBBox null put setpagedevice"
  180. *End
  181. *PageRegion Statement: "
  182.     2 dict dup /PageSize [396 612] put dup /ImagingBBox null put setpagedevice"
  183. *End
  184. *CloseUI: *PageRegion
  185.  
  186. *% The following entries provide information about specific paper keywords.
  187. *DefaultImageableArea: A4
  188. *ImageableArea A4: "5.7 8.6 589.3 833.4"
  189. *ImageableArea A3: "5.7 8.6 836.3 1182.4"
  190. *ImageableArea A5: "5.7 8.6 414.3 586.4"
  191. *ImageableArea Folio: "5.7 8.6 589.3 927.4"
  192. *ImageableArea Quarto: "5.7 8.6 570.3 711.4"
  193. *ImageableArea Commercial: "5.7 8.6 589.3 756.4"
  194. *ImageableArea Foolscap: "5.7 8.6 570.3 927.4"
  195. *ImageableArea Letter: "5.7 8.6 606.3 783.4"
  196. *ImageableArea Legal: "5.7 8.6 606.3 999.4"
  197. *ImageableArea 11x17: "5.7 8.6 786.3 1215.4"
  198. *ImageableArea SmallLegal: "5.7 8.6 606.3 927.4"
  199. *ImageableArea Statement: "5.7 8.6 390.3 603.4"
  200.  
  201. *?ImageableArea: "
  202.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  203.   newpath clippath pathbbox
  204.   4 -2 roll exch 2 {ceiling cvp} repeat
  205.   exch 2 {floor cvp} repeat flush
  206.  restore"
  207. *End
  208.  
  209. *% These provide the physical dimensions of the paper (by keyword)
  210. *DefaultPaperDimension: A4
  211. *PaperDimension A4: "595 842"
  212. *PaperDimension A3: "842 1191"
  213. *PaperDimension A5: "420 595"
  214. *PaperDimension Folio: "595 936"
  215. *PaperDimension Quarto: "576 720"
  216. *PaperDimension Commercial: "595 765"
  217. *PaperDimension Foolscap: "576 936"
  218. *PaperDimension Letter: "612 792"
  219. *PaperDimension Legal: "612 1008"
  220. *PaperDimension 11x17: "792 1224"
  221. *PaperDimension SmallLegal: "612 936"
  222. *PaperDimension Statement: "396 612"
  223.  
  224. *% Input Sources
  225. *%
  226. *OpenUI *InputSlot: PickOne
  227. *OrderDependency: 20 AnySetup *InputSlot
  228. *DefaultInputSlot: Unknown
  229. *InputSlot Upper/Tray 1: "statusdict begin 0 setpapertray end"
  230. *InputSlot Middle/Tray 2: "statusdict begin 1 setpapertray end"
  231. *InputSlot Lower/Tray 3: "statusdict begin 2 setpapertray end"
  232. *InputSlot LargeCapacity/Tray 4: "statusdict begin 3 setpapertray end"
  233. *?InputSlot: "
  234.  save statusdict begin
  235.   2 dict begin
  236.    /0 (Upper) def
  237.    /1 (Middle) def
  238.    /2 (Lower) def
  239.    /3 (LargeCapacity) def
  240.    papertray
  241.      {( ) cvs cvn load exec} stopped not{= flush}if
  242.   end
  243.  end restore"
  244. *End
  245. *CloseUI: *InputSlot
  246.  
  247. *% Tray 1 tray: Only A4 or Letter.
  248. *UIConstraints: *InputSlot LargeCapacity *PageSize A3
  249. *UIConstraints: *InputSlot LargeCapacity *PageSize A5
  250. *UIConstraints: *InputSlot LargeCapacity *PageSize Folio
  251. *UIConstraints: *InputSlot LargeCapacity *PageSize Quarto
  252. *UIConstraints: *InputSlot LargeCapacity *PageSize Commercial
  253. *UIConstraints: *InputSlot LargeCapacity *PageSize Foolscap
  254. *UIConstraints: *InputSlot LargeCapacity *PageSize Legal
  255. *UIConstraints: *InputSlot LargeCapacity *PageSize 11x17
  256. *UIConstraints: *InputSlot LargeCapacity *PageSize SmallLegal
  257. *UIConstraints: *InputSlot LargeCapacity *PageSize Statement
  258.  
  259. *OpenUI *Duplex: PickOne
  260. *OrderDependency: 50 AnySetup *Duplex
  261. *DefaultDuplex: None
  262. *Duplex None/Simplex: "
  263.    2 dict dup /Duplex false put dup /Tumble false put setpagedevice"
  264. *End
  265. *Duplex DuplexNoTumble/Duplex Long-Edge Binding: "
  266.     2 dict dup /Duplex true put dup /Tumble false put setpagedevice"
  267. *End
  268. *Duplex DuplexTumble/Duplex Short-Edge Binding: "
  269.     2 dict dup /Duplex true put dup /Tumble true put setpagedevice"
  270. *End
  271. *?Duplex: "
  272.   save
  273.     currentpagedevice /Duplex get
  274.     { currentpagedevice /Tumble get
  275.       { (DuplexTumble) }
  276.       { (DuplexNoTumble) }
  277.       ifelse
  278.     }
  279.     { 
  280.        (None)
  281.     } ifelse
  282.     = flush
  283.   restore"
  284. *End
  285. *CloseUI: *Duplex
  286.  
  287. *OpenUI *OceCollate/Collate: Boolean
  288. *OrderDependency: 20 DocumentSetup *OceCollate
  289. *DefaultOceCollate: True
  290. *OceCollate True/On: "1 dict dup /Collate true put setpagedevice"
  291. *OceCollate False/Off: "1 dict dup /Collate false put setpagedevice"
  292. *?OceCollate: "
  293.   save
  294.   currentpagedevice /Collate get
  295.     {(True)}{(False)}ifelse = flush
  296.   restore"
  297. *End
  298. *CloseUI: *OceCollate
  299. *CloseGroup: PaperHandling
  300.  
  301.  
  302. *OpenGroup: Finishing
  303. *OpenUI *StapleWhen/Staple: PickOne
  304. *OrderDependency: 50 AnySetup *StapleWhen
  305. *DefaultStaple: None
  306. *StapleWhen None/Off: "
  307.    1 dict dup /Staple 0 put setpagedevice"
  308. *End
  309. *StapleWhen EndOfSet/On: "
  310.    1 dict dup /Staple 3 put setpagedevice"
  311. *End
  312. *?StapleWhen: "
  313.  save 
  314.   5 dict begin
  315.    /0 (None) def
  316.    /1 (DeviceDeactivation) def
  317.    /2 (EndOfJob) def
  318.    /3 (EndOfSet) def
  319.    /4 (EndOfPage) def
  320.    currentpagedevice /Staple get
  321.      {( ) cvs cvn load exec} stopped not{= flush}if
  322.   end
  323.  end restore"
  324. *End
  325. *CloseUI: *StapleWhen
  326.  
  327. *CloseGroup: Finishing
  328.  
  329. *% Halftone Information =====================
  330. *OpenUI *OceHalftone/Halftoning: PickOne
  331. *OrderDependency: 10 DocumentSetup *OceHalftone
  332. *DefaultOceHalftone: 12x12
  333. *OceHalftone 8x8/8x8 (105 lpi): "
  334.    1 dict dup
  335.    /Install
  336.    {
  337.       {} settransfer
  338.       /Halftone8x8 /Halftone findresource sethalftone
  339.       /DefaultColorRendering /ColorRendering findresource setcolorrendering
  340.    } put
  341.    setpagedevice"
  342. *End
  343. *OceHalftone 10x10/10x10 (85 lpi): "
  344.    1 dict dup
  345.    /Install
  346.    {
  347.       {} settransfer
  348.       /Halftone10x10 /Halftone findresource sethalftone
  349.       /DefaultColorRendering /ColorRendering findresource setcolorrendering
  350.    } put
  351.    setpagedevice"
  352. *End
  353. *OceHalftone 12x12/12x12 (71 lpi): "
  354.    1 dict dup
  355.    /Install
  356.    {
  357.       {} settransfer
  358.       /Halftone12x12 /Halftone findresource sethalftone
  359.       /DefaultColorRendering /ColorRendering findresource setcolorrendering
  360.    } put
  361.    setpagedevice"
  362. *End
  363. *OceHalftone 14x14/14x14 (61 lpi): "
  364.    1 dict dup
  365.    /Install
  366.    {
  367.       {} settransfer
  368.       /Halftone14x14 /Halftone findresource sethalftone
  369.       /DefaultColorRendering /ColorRendering findresource setcolorrendering
  370.    } put
  371.    setpagedevice"
  372. *End
  373. *OceHalftone 16x16/16x16 (53 lpi): "
  374.    1 dict dup
  375.    /Install
  376.    {
  377.       {} settransfer
  378.       /Halftone16x16 /Halftone findresource sethalftone
  379.       /DefaultColorRendering /ColorRendering findresource setcolorrendering
  380.    } put
  381.    setpagedevice"
  382. *End
  383. *?OceHalftone: "
  384.    currenthalftone /Width get
  385.    dup 8 eq
  386.    {
  387.       pop (8x8)
  388.    }
  389.    {
  390.       dup 10 eq
  391.       {
  392.      pop (10x10)
  393.       }
  394.       {
  395.      dup 12 eq
  396.      {
  397.         pop (12x12)
  398.      }
  399.      {
  400.         14
  401.         {
  402.            (14x14)
  403.         }
  404.         {
  405.            (16x16)
  406.         } ifelse
  407.      } ifelse
  408.       } ifelse
  409.    } ifelse"
  410. *End
  411. *CloseUI: *OceHalftone
  412.  
  413. *ScreenFreq: "70.2"
  414. *ScreenAngle: "45.0"
  415. *DefaultScreenProc: Dot
  416. *ScreenProc Dot: "
  417.   { 0.001 add exch 0.002 add exch
  418.     2 copy add 3 1 roll sub 2 copy 0 ge
  419.     { 0 ge
  420.       { 1.0 sub dup mul exch 1.0 sub dup mul add 2.0 sub -0.49 mul }
  421.       { 1.0 sub dup mul exch -1.0 sub dup mul add 2.0 sub -0.49 mul }
  422.       ifelse
  423.     }
  424.     { 0 ge
  425.       { -1.0 sub dup mul exch 1.0 sub dup mul add 2.0 sub -0.49 mul }
  426.       { -1.0 sub dup mul exch -1.0 sub dup mul add 2.0 sub -0.49 mul }
  427.       ifelse
  428.     }
  429.     ifelse
  430.   }"
  431. *End
  432. *ScreenProc Line: "{ pop }"
  433. *ScreenProc Ellipse: "
  434.   { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  435. *End
  436.  
  437. *DefaultTransfer: Null
  438. *Transfer Null: "{ }"
  439. *Transfer Null.Inverse: "{ 1 exch sub }"
  440.  
  441. *% Font Information
  442. *%
  443. *% Truetype fonts are supported by the 3165
  444. *TTRasterizer: Type42
  445.  
  446. *DefaultFont: Courier
  447. *Font AvantGarde-Book: Standard "(002.001)" Standard ROM
  448. *Font AvantGarde-BookOblique: Standard "(002.001)" Standard ROM
  449. *Font AvantGarde-Demi: Standard "(002.001)" Standard ROM
  450. *Font AvantGarde-DemiOblique: Standard "(002.001)" Standard ROM
  451. *Font Bookman-Demi: Standard "(002.001)" Standard ROM
  452. *Font Bookman-DemiItalic: Standard "(002.001)" Standard ROM
  453. *Font Bookman-Light: Standard "(002.001)" Standard ROM
  454. *Font Bookman-LightItalic: Standard "(002.001)" Standard ROM
  455. *Font Courier: Standard "(002.001)" Standard ROM
  456. *Font Courier-Bold: Standard "(002.001)" Standard ROM
  457. *Font Courier-BoldOblique: Standard "(002.001)" Standard ROM
  458. *Font Courier-Oblique: Standard "(002.001)" Standard ROM
  459. *Font Garamond-Bold: Standard "(002.001)" Standard ROM
  460. *Font Garamond-BoldItalic: Standard "(002.001)" Standard ROM
  461. *Font Garamond-Light: Standard "(002.001)" Standard ROM
  462. *Font Garamond-LightItalic: Standard "(002.001)" Standard ROM
  463. *Font Helvetica: Standard "(002.001)" Standard ROM
  464. *Font Helvetica-Bold: Standard "(002.001)" Standard ROM
  465. *Font Helvetica-BoldOblique: Standard "(002.001)" Standard ROM
  466. *Font Helvetica-Condensed: Standard "(002.001)" Standard ROM
  467. *Font Helvetica-Condensed-Bold: Standard "(002.001)" Standard ROM
  468. *Font Helvetica-Condensed-BoldObl: Standard "(002.001)" Standard ROM
  469. *Font Helvetica-Condensed-Oblique: Standard "(002.001)" Standard ROM
  470. *Font Helvetica-Narrow: Standard "(002.001)" Standard ROM
  471. *Font Helvetica-Narrow-Bold: Standard "(002.001)" Standard ROM
  472. *Font Helvetica-Narrow-BoldOblique: Standard "(002.001)" Standard ROM
  473. *Font Helvetica-Narrow-Oblique: Standard "(002.001)" Standard ROM
  474. *Font Helvetica-Oblique: Standard "(002.001)" Standard ROM
  475. *Font NewCenturySchlbk-Bold: Standard "(002.001)" Standard ROM
  476. *Font NewCenturySchlbk-BoldItalic: Standard "(002.001)" Standard ROM
  477. *Font NewCenturySchlbk-Italic: Standard "(002.001)" Standard ROM
  478. *Font NewCenturySchlbk-Roman: Standard "(002.001)" Standard ROM
  479. *Font Palatino-Bold: Standard "(002.001)" Standard ROM
  480. *Font Palatino-BoldItalic: Standard "(002.001)" Standard ROM
  481. *Font Palatino-Italic: Standard "(002.001)" Standard ROM
  482. *Font Palatino-Roman: Standard "(002.001)" Standard ROM
  483. *Font Symbol: Special "(002.001)" Special ROM
  484. *Font Times-Bold: Standard "(002.001)" Standard ROM
  485. *Font Times-BoldItalic: Standard "(002.001)" Standard ROM
  486. *Font Times-Italic: Standard "(002.001)" Standard ROM
  487. *Font Times-Roman: Standard "(002.001)" Standard ROM
  488. *Font ZapfChancery-MediumItalic: Standard "(002.001)" Standard ROM
  489. *Font ZapfDingbats: Special "(002.001)" Special ROM
  490. *?FontQuery: "
  491.  save
  492.    { count 1 gt
  493.       { exch dup 127 string cvs (/) print print (:) print
  494.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  495.       } { exit } ifelse 
  496.    } bind loop
  497.    (*) = flush
  498.  restore"
  499. *End
  500.  
  501. *?FontList: "
  502. save
  503.   (*) {cvn ==} 128 string /Font resourceforall
  504.   (*) = flush
  505. restore"
  506. *End
  507.  
  508.  
  509. *% Printer Messages (verbatim from printer):
  510. *%
  511. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  512. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  513. *Message: "\FontName\ not found, using Courier"
  514.  
  515. *% Status (format: %%[ status: <one of these> ]%% )
  516. *%
  517. *Status: "idle"
  518. *Status: "busy"
  519. *Status: "waiting"
  520.  
  521. *% Status (format: %%[ status: <one of these>; Source: <one of these> ]%% )
  522. *%
  523. *Source: "LPR"
  524. *Source: "RemoteServer"
  525. *Source: "other"
  526.  
  527. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  528. *%
  529.  
  530. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  531.  
  532. *% Color Separation Information
  533. *%
  534. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  535.  
  536. *InkName: ProcessBlack/Process Black
  537. *InkName: CustomColor/Custom Color
  538. *InkName: ProcessCyan/Process Cyan
  539. *InkName: ProcessMagenta/Process Magenta
  540. *InkName: ProcessYellow/Process Yellow
  541.  
  542. *% For 60 lpi / 300 dpi
  543. *%
  544. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  545. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  546. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  547. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  548. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  549.  
  550. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  551. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  552. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  553. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  554. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  555.  
  556. *% For 53 lpi / 300 dpi
  557. *%
  558. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  559. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  560. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  561. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  562. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  563.  
  564. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  565. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  566. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  567. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  568. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  569.  
  570.  
  571. *% end of PPD file for Oce 3165 Network Copier
  572.  
  573.